home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 November / CD 1 / APC0211D1.ISO / workshop / prog / files / ActivePerl-5.6.1.633-MSWin32.msi / _e7274fc43abacb79b78fbd463ac569d9 < prev    next >
Encoding:
Text File  |  2002-05-30  |  340 b   |  14 lines

  1. #ifndef TIXINT_VT
  2. #define TIXINT_VT
  3. typedef struct TixintVtab
  4. {
  5. #define VFUNC(type,name,mem,args) type (*mem) args;
  6. #define VVAR(type,name,mem)       type (*mem);
  7. #include "tixInt.t"
  8. #undef VFUNC
  9. #undef VVAR
  10. } TixintVtab;
  11. extern TixintVtab *TixintVptr;
  12. extern TixintVtab *TixintVGet _ANSI_ARGS_((void));
  13. #endif /* TIXINT_VT */
  14.